Giter Site home page Giter Site logo

fasta's People

Contributors

gcs-zhn avatar xapple avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fasta's Issues

Windows error: no module named fcntl

Fasta module core.py used "import fcntl" (for non-blocking read?), and can't be used in py 3.8.8 under win10 x64. It seems fcntl is for linux only? I searched pypl and can't find fcntl module, pip also doesn't work. fasta should work in windows according to the description, then what's my problem? Any solution for me to fix this?
Thanks in advance!
Following is the error message
Python 3.8.9 (tags/v3.8.9:a743f81, Apr 6 2021, 14:02:34) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

import fasta
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\111a\AppData\Local\Programs\Python\Python38\lib\site-packages\fasta_init_.py", line 23, in
from fasta.core import FASTA
File "C:\Users\111a\AppData\Local\Programs\Python\Python38\lib\site-packages\fasta\core.py", line 26, in
import sh
File "C:\Users\111a\AppData\Local\Programs\Python\Python38\lib\site-packages\sh.py", line 41, in
import fcntl
ModuleNotFoundError: No module named 'fcntl'

C:\Users\111a>pip install fcntl
ERROR: Could not find a version that satisfies the requirement fcntl (from versions: none)
ERROR: No matching distribution found for fcntl

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.