You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.
I got error about fc_run so please help. At first I got following error in the stderr file in the 0-rawreads folder,
…
/home/asm/hdd/software/falcon/fc_env_200910/bin/python: Error while finding module specification for 'falcon_kit.mains.build_rdb' (ModuleNotFoundError: No module named 'falcon_kit')
…
then I found following solution at #49,
and then I change the PYTHONPATH to "/home/asm/hdd/software/falcon/fc_env_200910/lib"
However I found different error message, like
…
File "/home/asm/hdd/software/falcon/fc_env_200910/lib/python2.7/site-packages/reprlib/init.py", line 7, in
raise ImportError('This package should not be accessible on Python 3. '
ImportError: This package should not be accessible on Python 3. Either you are trying to run from the python-future src folder or your installation of python-future is corrupted.
…
What can I do in the next step to run falcon successfully.
Please help!
The text was updated successfully, but these errors were encountered:
I got error about fc_run so please help. At first I got following error in the stderr file in the 0-rawreads folder,
…
/home/asm/hdd/software/falcon/fc_env_200910/bin/python: Error while finding module specification for 'falcon_kit.mains.build_rdb' (ModuleNotFoundError: No module named 'falcon_kit')
…
then I found following solution at #49,
and then I change the PYTHONPATH to "/home/asm/hdd/software/falcon/fc_env_200910/lib"
However I found different error message, like
…
File "/home/asm/hdd/software/falcon/fc_env_200910/lib/python2.7/site-packages/reprlib/init.py", line 7, in
raise ImportError('This package should not be accessible on Python 3. '
ImportError: This package should not be accessible on Python 3. Either you are trying to run from the python-future src folder or your installation of python-future is corrupted.
…
What can I do in the next step to run falcon successfully.
Please help!
The text was updated successfully, but these errors were encountered: